Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

211
Views
A window "Check your passwords" after axios request

After registering on the site, such a window pops up.

"Check your passwords. A data breach on a site exposed your password..."

Requests on server look like this:

import * as axios from 'axios'

const instance = axios.create({
    withCredentials: true,
    baseURL: 'api',
    headers: {
        'Content-Type': 'application/json'
    }
})

export const API = {
    signAPI : {
        signUp: (email, password, name, surname, username) => {
            return instance.post(`users/sign`, {email, password, name, surname, username})
                .then(response => {
                    return response
                })
        },
}

Perhaps I should pass some additional headers?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!